home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000032_news@columbia.edu _Sat Jan 11 19:41:15 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.8.3/8.8.3) with ESMTP id TAA08056 for <kermit.misc@watsun.cc.columbia.edu>; Sat, 11 Jan 1997 19:41:14 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.8.3/8.8.3) id TAA26921 for kermit.misc@watsun; Sat, 11 Jan 1997 19:41:14 -0500 (EST)
  4. Path: news.columbia.edu!panix!news-xfer.netaxs.com!news.mathworks.com!news.bbnplanet.com!cam-news-hub1.bbnplanet.com!uunet!in3.uu.net!128.6.21.17!dziuxsolim.rutgers.edu!usenet
  5. From: hungridg@rci.rutgers.edu (Wayne Hungridge)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: DIAL problem w/ USR Sportster 33600 in 5A(191)
  8. Date: 12 Jan 1997 00:34:06 GMT
  9. Organization: Rutgers University
  10. Lines: 79
  11. Distribution: world
  12. Message-ID: <5b9bhu$hea@dziuxsolim.rutgers.edu>
  13. NNTP-Posting-Host: dizzy-asy-8.rutgers.edu
  14. X-poster: hungridg@rci-dialup
  15. X-Newsreader: NeoLogic News for OS/2 [version: 4.2 UNREGISTERED 30 days remaining]
  16. Xref: news.columbia.edu comp.protocols.kermit.misc:6389
  17.  
  18.  
  19. Been using ckermit 5A(191) with BocaModem 14.4 for some time.
  20. Upgraded to USR Sportster 33600/Fax internal modem and am having
  21. problems with DIAL command.  Following sequence observed:
  22.  
  23. ATQ0H1
  24. Hangup OK
  25. Initializing: 17:07:33...
  26. AT&F1&D2&C1&M4&U7&K3X4
  27. No response from modem, retrying...
  28. No response from modem, retrying again...
  29. No response from modem, retrying again...
  30. DIAL Failure: 17:07:49: Error initializing modem.
  31.  
  32. Now...when running following script:
  33.  
  34.      output AT&F1&D2&C1&M4&U7&K3X4\13
  35.      input 0 OK
  36.      if failure end 1
  37.      output ATDT4457100\13
  38.      :loop
  39.      input
  40.      goto loop
  41.  
  42. obtain following results:
  43.  
  44. AT&F1&D2&C1&M4&U7&K3X4
  45. OK
  46. ATDTxxxxxxx
  47. CONNECT 31200/ARQ/V34/LAPM/V42BIS
  48.  
  49. which is normal.
  50.  
  51. Further, I am able to connect from IBM's Dial Other Provider (although
  52. busy signals aren't always detected) and can use ckermit as telnet
  53. client.  Modem also works in PmComm, and USR's RapidComm (in a WIN-OS2
  54. session).
  55.  
  56.  
  57. Setup strings:
  58.  
  59. set delay 1                     ; I escape back quickly
  60. set dial display on             ; I like to watch C-Kermit dial
  61. set window 4                    ; Use 4 window slots
  62. set block 3                     ; Use 16-bit CRC error checking
  63. set receive packet-length 2000  ; Use 2000-character Kermit packets
  64. set send packet-length 2000     ; Use 2000-character Kermit packets
  65. set file names literal          ; Use long file names. Also have to do this on
  66. set terminal apc on             ; Change to ON if desired
  67. set server display on           ; Show file display in server mode too
  68. set modem sportster
  69. set carrier auto
  70. set port com2
  71. set speed 115200
  72. set dial speed-matching off
  73. set dial error-correction on
  74. set dial compression on
  75. set dial dial-command ATDT%s\13
  76. set dial display on
  77.  
  78.  
  79. System:
  80.  
  81. OS/2 WARP v.3
  82. 486DX2-66
  83. 32 MB ram
  84. 256K cache
  85. 2xCDROM, 2 floppy drives, floppy tape drive, 2 hard drives, 2 printers, mouse
  86.  on COM1, Promise EIDE2300+ w/ com ports disabled, ATI VGA-Basic.
  87. No interrupt conflicts.
  88.  
  89. If you want a copy of the debug log or need any other info, please email me
  90. at address below.
  91. Thanks for any help you can give me.
  92.  
  93. Wayne Hungridge
  94. hungridg@rci.rutgers.edu
  95.  
  96.